home *** CD-ROM | disk | FTP | other *** search
/ QRZ! Ham Radio 1 / QRZ Ham Radio Callsign Database - December 1993.iso / ucsd / packet / tcpip / net / net_mac.hqx / PackIt.pit / net.start < prev   
Encoding:
Text File  |  1987-12-16  |  914 b   |  35 lines

  1. # Attach interfaces
  2. # Syntax: attach <hw type> <I/O address> <vector> <mode> <label>
  3. #                <bufsize> <mtu> [<speed>]
  4. # attach 3c500 0x300 3 arpa ec0 5 1500
  5. # The following is used for a UNIX version
  6. # Syntax: attach <hw type> <not used but needs to be here> <string version of
  7.  
  8. attach asy 0 a slip sl0 512 512 19200
  9.  
  10. hostname macintosh
  11.  
  12. ax25 mycall n9dvb
  13.  
  14. attach appletalk 7e b arpa at0 600 600
  15.  
  16. # attach asy 0 a ax25 sl0 1500 1500 19200
  17. # Second asynch controller's interrupt vector conflicts with 3Com card
  18. # attach asy 0x2f8 3 slip sl1 1500 576 9600
  19. # PC-100 driver doesn't work yet
  20. #attach pc100 0x380 2 ax25 pc0 1024 576 1200
  21. # Remainder of configuration
  22.  
  23. ip addr mac
  24. route add default sl0
  25.  
  26. #note: these window and mss values are optimal for Ethernet; try smaller
  27. #values (256-512 bytes) first over packet radio
  28. tcp window 256
  29. tcp mss 256
  30. start smtp
  31. start ftp
  32. start echo
  33. start discard
  34. start telnet
  35.